home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / spermananalodyssea.swf / scripts / frame_8 / PlaceObject2_155_97 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2005-11-04  |  652b  |  29 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.sperman.scrollStart == true)
  3.    {
  4.       distancia++;
  5.       recorrido++;
  6.       velocidadMapa++;
  7.    }
  8.    if(_root.restart == true)
  9.    {
  10.       this.removeMovieClip();
  11.    }
  12.    if(recorrido == 500)
  13.    {
  14.       recorrido = 0;
  15.       _root.scrollSpeed += 0.5;
  16.       _root.blockController._height -= 20;
  17.       _root.lombriz._xscale -= 3;
  18.       _root.lombriz._yscale -= 3;
  19.       _root.tampon._xscale -= 3;
  20.       _root.tampon._yscale -= 3;
  21.       _root.pedo._xscale -= 3;
  22.       _root.pedo._yscale -= 3;
  23.    }
  24.    if(this.distancia % 100 == 0 && this.distancia > 1)
  25.    {
  26.       this.puntos += 45;
  27.    }
  28. }
  29.